home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INSTALL / program files / Borland / Delphi6 / Demos / Swat / Main.dfm / Main.txt < prev   
Encoding:
Text File  |  2001-05-22  |  2.8 KB  |  141 lines

  1. object SwatForm: TSwatForm
  2.   Left = 566
  3.   Top = 362
  4.   Width = 290
  5.   Height = 459
  6.   Caption = 'Swat!'
  7.   Color = clSilver
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseUp = FormMouseUp
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GameOverImage: TImage
  21.     Left = 10
  22.     Top = 72
  23.     Width = 262
  24.     Height = 145
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     Transparent = True
  28.   end
  29.   object Image1: TImage
  30.     Left = 11
  31.     Top = 256
  32.     Width = 260
  33.     Height = 156
  34.     AutoSize = True
  35.     Picture.Data = {<image001.bmp>}
  36.     Transparent = True
  37.   end
  38.   object TimeLabel: TLabel
  39.     Left = 122
  40.     Top = 296
  41.     Width = 18
  42.     Height = 19
  43.     Caption = '00'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clBlack
  46.     Font.Height = -16
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object MissLabel: TLabel
  53.     Left = 78
  54.     Top = 351
  55.     Width = 9
  56.     Height = 19
  57.     Caption = '0'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -16
  61.     Font.Name = 'Arial'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     Transparent = True
  65.   end
  66.   object HitsLabel: TLabel
  67.     Left = 41
  68.     Top = 351
  69.     Width = 9
  70.     Height = 19
  71.     Caption = '0'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlack
  74.     Font.Height = -16
  75.     Font.Name = 'Arial'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.     Transparent = True
  79.   end
  80.   object EscapedLabel: TLabel
  81.     Left = 134
  82.     Top = 351
  83.     Width = 9
  84.     Height = 19
  85.     Caption = '0'
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -16
  89.     Font.Name = 'Arial'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     Transparent = True
  93.   end
  94.   object ScoreLabel: TLabel
  95.     Left = 205
  96.     Top = 351
  97.     Width = 9
  98.     Height = 19
  99.     Caption = '0'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clBlack
  102.     Font.Height = -16
  103.     Font.Name = 'Arial'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     Transparent = True
  107.   end
  108.   object MainMenu1: TMainMenu
  109.     object Gamr1: TMenuItem
  110.       Caption = '&Game'
  111.       object New1: TMenuItem
  112.         Caption = '&New'
  113.         OnClick = New1Click
  114.       end
  115.       object Options1: TMenuItem
  116.         Caption = '&Options...'
  117.         OnClick = Options1Click
  118.       end
  119.       object Stop1: TMenuItem
  120.         Caption = '&Stop'
  121.         Enabled = False
  122.         OnClick = Stop1Click
  123.       end
  124.     end
  125.     object Pause1: TMenuItem
  126.       Caption = '&Pause'
  127.       OnClick = Pause1Click
  128.     end
  129.     object About1: TMenuItem
  130.       Caption = '&About'
  131.       OnClick = About1Click
  132.     end
  133.   end
  134.   object Timer1: TTimer
  135.     Enabled = False
  136.     Interval = 100
  137.     OnTimer = Timer1Timer
  138.     Left = 32
  139.   end
  140. end
  141.